home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / Tools / JPEGView 3.3 / JPEGView / JPEGView.rsrc / TEXT_300.txt < prev    next >
Text File  |  1994-09-07  |  4KB  |  114 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. JPEGView
  7. version 3.3
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. JPEGView was ‚Äî for the most part ‚Äî written, conceived, produced, and documented by Aaron Giles.
  16.  
  17. Behind the scenes, however, were quite a number of other rather important people you should know about.
  18.  
  19.  
  20.  
  21. Dirty Work
  22.  
  23. First I want to thank all those other programmers who were nice enough to do some of the dirty work for me.  Their efforts in particular are responsible for making JPEGView work so smoothly:
  24.  
  25. Troy Gaul wrote Infinity Windoid, the code that draws the way cool floating windows everyone likes so much.
  26.  
  27. Ramon Felciano wrote Mercutio, the code which draws the menus and handles lots of weird keypresses.
  28.  
  29. The Independent JPEG Group, headed by Tom Lane, wrote the original color reduction algorithm, which was used as the basis for JPEGView‚Äôs color reduction, in addition to the JPEG decompression code which is used as an alternative to QuickTime.
  30.  
  31. Ross Williams wrote LZRW1, the data compression technique used to squeeze the on-line help down to a reasonable size.
  32.  
  33.  
  34.  
  35. Prerelease Hell
  36.  
  37. A big part of putting together a new release of JPEGView is the serious amount of testing that is needed to make sure everything works on all (most?) machines.  To this end, I would like to acknowledge all the alpha and beta testers who have contributed toward testing this JPEGView release:
  38.  
  39. Bob Andrews
  40. Jim Brunner
  41. Justin Collins
  42. Shawn Connelly
  43. John Coolidge
  44. Ramon Felciano
  45. Mike Fetzer
  46. Troy Gaul
  47. Stephen Haase
  48. Paul Jacoby
  49. Paul Jensen
  50. Dave Johnson
  51. Hugh Johnson
  52. David Johnston
  53. Mark Krueger
  54. Tom Lane
  55. Richard Lim
  56. Tim Lowe
  57. Robert Mah
  58. Tom McDougal
  59. Sam Neal
  60. Tim North
  61. Victor Norton
  62. Brian Olson
  63. Dan Pendergrass
  64. Steve Poole
  65. Charlie Reiman
  66. Axel M. Roest
  67. Eric Sack
  68. Francois Schiettecatte
  69. Bart Sears
  70. James N. Stricherz
  71. Steve Unger
  72. Chris Webster
  73.  
  74.  
  75.  
  76. Friends in High Places
  77.  
  78. A few special words of thanks are in order for several Apple employees who have made all the difference in helping me make JPEGView a success.
  79.  
  80. Mark Krueger was the guy who originally noticed JPEGView and helped me change it from a really basic hack into a robust QuickTime application.
  81.  
  82. Tim Lowe has been instrumental in helping me adopt and adapt to new Apple technologies ‚Äî especially AppleScript ‚Äî faster than I would have ever been able to without him.
  83.  
  84. And finally, thanks to Jim Pelkey and Linda Haas, for organizing the PowerPC developer‚Äôs kitchen, and for making it such a great success.
  85.  
  86.  
  87.  
  88. Others Who Have Made a Difference
  89.  
  90. Tom Lane wrote the second-largest help chapter, General JPEG Questions & Answers, and deserves some additional praise for founding and heading the Independent JPEG Group, whose free source code has made the widespread use of JPEG images possible.
  91.  
  92. John Coolidge, I recently discovered, is responsible for sorting and maintaining the burgeoning JPEG image archives at wuarchive.wustl.edu.  Here‚Äôs hoping he can find the time (or the help!) to finally get all those pictures sorted!
  93.  
  94. More than 950 registered JPEGView users have so far taken the time to send in their postcards and letters, and believe me, the response has kept me going ‚Äî keep ‚Äôem coming!
  95.  
  96. Finally, I want to thank my wonderful wife Shanti, for being (relatively) understanding and even supportive of my programming addiction/obsession.
  97.  
  98.  
  99.  
  100. Some Gory Details
  101.  
  102. JPEGView 3.3 consists of over 37,000 lines of vanilla C code, plus about 2700 lines of 68020 assembly for GIF decoding, color reduction, and direct-to-screen drawing.
  103.  
  104. The 680x0 version of JPEGView was compiled under MPW C and MPW Assembler.  Debugging was usually done with Metrowerks Code Warrior.
  105.  
  106. The PowerPC version of JPEGView was compiled under Apple‚Äôs MPW PPCC compiler ‚Äî but not very often.  Again I used Metrowerks Code Warrior for debugger.  I didn‚Äôt even consider using assembly for this version.
  107.  
  108. The JPEGView JFIF Preview extension is about 400 lines of C code, and was compiled under MPW as well.  It is a ‚Äúfat component‚Äù and runs natively on both platforms.
  109.  
  110. All the example AppleScript scripts were written and compiled using Apple‚Äôs Script Editor, under AppleScript 1.0.
  111.  
  112. Development was done for the most part on a Power Macintosh 6100/84av (a big cheer for clock-chipping!), driving an Apple 16‚Äù Display.
  113.  
  114. A lot of testing and all final builds were done on a Quadra 840av 16/330, with an Apple 16‚Äù display.